home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Fast Dist.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2003-03-10  |  3KB  |  147 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 199
  3.   Top = 410
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 65
  8.   ClientWidth = 250
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 250
  25.     Height = 65
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object Visual: TQuickPaintBox
  31.       Tag = 12
  32.       Left = 185
  33.       Top = 0
  34.       Width = 65
  35.       Height = 65
  36.       Cursor = crCross
  37.       OnPaint = VisualPaint
  38.       OnMouseMove = VisualMouseMove
  39.     end
  40.     object MixWheel: TLineWheel
  41.       Tag = 3
  42.       Left = 122
  43.       Top = 14
  44.       Width = 13
  45.       Height = 13
  46.       Hint = '|^b^aMix level'
  47.       Options = [wwBigLine]
  48.       MoveSpeed = 16
  49.       SlowMotionDiv = 4
  50.       Max = 128
  51.       Value = 128
  52.       DefaultValue = 128
  53.       OnChange = CutoffWheelChange
  54.       MouseButton = mbLeft
  55.       HotSideX = 11
  56.       HotSideY = 14
  57.       PopupMenu = SynthResModule.WheelMenu
  58.       LineColor = 14077906
  59.       LinePressedColor = 33023
  60.       LineThickness = 1
  61.     end
  62.     object ThresWheel: TLineWheel
  63.       Tag = 1
  64.       Left = 57
  65.       Top = 14
  66.       Width = 13
  67.       Height = 13
  68.       Hint = '|^b^aThreshold'
  69.       Options = [wwBigLine]
  70.       MoveSpeed = 2
  71.       SlowMotionDiv = 4
  72.       Min = 1
  73.       Max = 10
  74.       Value = 10
  75.       DefaultValue = 10
  76.       OnChange = CutoffWheelChange
  77.       MouseButton = mbLeft
  78.       HotSideX = 11
  79.       HotSideY = 14
  80.       PopupMenu = SynthResModule.WheelMenu
  81.       LineColor = 14077906
  82.       LinePressedColor = 33023
  83.       LineThickness = 1
  84.     end
  85.     object ModeSelect: TQuickBtn
  86.       Tag = 2
  87.       Left = 84
  88.       Top = 11
  89.       Width = 22
  90.       Height = 20
  91.       Cursor = crHandPoint
  92.       Hint = '|^b^aDistortion type'
  93.       ParentColor = True
  94.       PopupMenu = SynthResModule.WheelMenu
  95.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  96.       AccelKey = 0
  97.       Glyph.ILCount = 2
  98.       OnClick = CutoffWheelChange
  99.       PopupAlign = Popup_Normal
  100.     end
  101.     object PreAmpWheel: TLineWheel
  102.       Left = 13
  103.       Top = 14
  104.       Width = 13
  105.       Height = 13
  106.       Hint = '|^b^aPre amp'
  107.       Options = [wwBigLine]
  108.       MoveSpeed = 16
  109.       SlowMotionDiv = 4
  110.       Min = 64
  111.       Max = 192
  112.       Value = 128
  113.       DefaultValue = 128
  114.       OnChange = CutoffWheelChange
  115.       MouseButton = mbLeft
  116.       HotSideX = 11
  117.       HotSideY = 14
  118.       PopupMenu = SynthResModule.WheelMenu
  119.       LineColor = 14077906
  120.       LinePressedColor = 33023
  121.       LineThickness = 1
  122.     end
  123.     object PostGainWheel: TLineWheel
  124.       Tag = 4
  125.       Left = 158
  126.       Top = 14
  127.       Width = 13
  128.       Height = 13
  129.       Hint = '|^b^aPost gain'
  130.       Options = [wwBigLine]
  131.       MoveSpeed = 16
  132.       SlowMotionDiv = 4
  133.       Max = 128
  134.       Value = 128
  135.       DefaultValue = 128
  136.       OnChange = CutoffWheelChange
  137.       MouseButton = mbLeft
  138.       HotSideX = 11
  139.       HotSideY = 14
  140.       PopupMenu = SynthResModule.WheelMenu
  141.       LineColor = 14077906
  142.       LinePressedColor = 33023
  143.       LineThickness = 1
  144.     end
  145.   end
  146. end
  147.